home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / QCS10503.PPD < prev    next >
Text File  |  1991-12-05  |  10KB  |  298 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "QMS ColorScript 100 Model 10" version 50.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 009825 or 010122
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 26 February 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.3"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(QMS ColorScript 100)"
  20. *PSVersion: "(50.3) 1"
  21. *NickName: "QMS ColorScript 100 Model 10 v50.3"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "249268"
  25. *ColorDevice: True
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "statusdict begin diskonline {(True)}{(False)} ifelse = flush"
  29. *Throughput: "1"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "50.0"
  82. *ScreenAngle: "24.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Unknown
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Legal: "legal"
  103. *PageSize A4: "statusdict begin a4tray end"
  104. *PageSize SpecialA4: "speciala4"
  105. *?PageSize: "
  106.  save statusdict begin
  107.   [(Letter)(A4)(Legal)(SpecialA4)(Unknown)] pagetype dup 
  108.   3 gt {pop 4} if get = flush
  109.  end restore"
  110. *End
  111.  
  112. *% These entries will set up the frame buffer.  Usually used with manual feed.
  113. *DefaultPageRegion: Unknown
  114. *PageRegion Letter: "letter"
  115. *PageRegion Legal: "legal"
  116. *PageRegion A4: "a4"
  117. *PageRegion SpecialA4: "speciala4"
  118.  
  119. *% These entries will invoke a particular tray--error may occur if tray is 
  120. *% not inserted.
  121. *% These errors should be trapped by software and a message displayed
  122. *DefaultPaperTray: Unknown
  123. *PaperTray Letter: "statusdict begin lettertray end"
  124. *PaperTray Legal: "legal"
  125. *PaperTray A4: "statusdict begin a4tray end"
  126. *PaperTray SpecialA4: "speciala4"
  127. *?PaperTray: "
  128.  save statusdict begin
  129.   [(Letter)(A4)(Legal)(SpecialA4)(Unknown)] 0 traytype dup
  130.   3 gt {pop 4} if get = flush
  131.  end restore"
  132. *End
  133.  
  134. *% The following entries provide information about specific paper keywords.
  135. *ImageableArea Letter: "15 94 597 732 "
  136. *ImageableArea Legal: "15 145 597 936 "
  137. *ImageableArea A4: "15 91 582 782 "
  138. *ImageableArea SpecialA4: "14 95 581 936 "
  139. *?ImageableArea: "
  140.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  141.   newpath clippath pathbbox
  142.   4 -2 roll exch 2 {ceiling cvp} repeat
  143.   exch 2 {floor cvp} repeat flush
  144.  restore
  145. "
  146. *End
  147.  
  148. *% These provide the physical dimensions of the paper (by keyword)
  149. *PaperDimension Letter: "612 792"
  150. *PaperDimension Legal: "612 1008"
  151. *PaperDimension A4: "597 842"
  152. *PaperDimension SpecialA4: "597 1008"
  153.  
  154. *DefaultOutputBin: OnlyOne
  155. *DefaultOutputOrder: Reverse
  156.  
  157. *% Font Information =====================
  158.  
  159. *DefaultFont: Courier
  160. *Font AvantGarde-Book: Standard "(001.002)"
  161. *Font AvantGarde-BookOblique: Standard "(001.002)"
  162. *Font AvantGarde-Demi: Standard "(001.003)"
  163. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  164. *Font Bookman-Demi: Standard "(001.001)"
  165. *Font Bookman-DemiItalic: Standard "(001.001)"
  166. *Font Bookman-Light: Standard "(001.001)"
  167. *Font Bookman-LightItalic: Standard "(001.001)"
  168. *Font Courier: Standard "(001.004)"
  169. *Font Courier-Bold: Standard "(001.004)"
  170. *Font Courier-BoldOblique: Standard "(001.004)"
  171. *Font Courier-Oblique: Standard "(001.004)"
  172. *Font Helvetica: Standard "(001.002)"
  173. *Font Helvetica-Bold: Standard "(001.002)"
  174. *Font Helvetica-BoldOblique: Standard "(001.002)"
  175. *Font Helvetica-Condensed: Standard "(001.001)"
  176. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  177. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  178. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  179. *Font Helvetica-Oblique: Standard "(001.002)"
  180. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  181. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  182. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  183. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  184. *Font Palatino-Bold: Standard "(001.002)"
  185. *Font Palatino-BoldItalic: Standard "(001.002)"
  186. *Font Palatino-Italic: Standard "(001.002)"
  187. *Font Palatino-Roman: Standard "(001.001)"
  188. *Font Symbol: Special "(001.003)"
  189. *Font Times-Bold: Standard "(001.002)"
  190. *Font Times-BoldItalic: Standard "(001.004)"
  191. *Font Times-Italic: Standard "(001.002)"
  192. *Font Times-Roman: Standard "(001.002)"
  193. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  194. *Font ZapfDingbats: Special "(001.002)"
  195. *?FontQuery: "
  196. save  4 dict begin /sv exch def
  197. /str (fonts/                              ) def
  198. /st2 128 string def
  199. {
  200.   count 0 gt {
  201.     dup st2 cvs (/) print print (:) print
  202.     dup FontDirectory exch known {pop (Yes)}{
  203.      str exch st2 cvs dup length /len exch def
  204.      6 exch putinterval str 0 len 6 add getinterval mark exch
  205.      { } st2 filenameforall counttomark 0 gt {
  206.       cleartomark (Yes)}{cleartomark (No)}ifelse
  207.     }ifelse = flush
  208.   }{ exit } ifelse
  209. } bind loop
  210. (*) = flush
  211. sv end restore
  212. "
  213. *End
  214.  
  215. *?FontList: "
  216. save  2 dict begin /sv exch def
  217. /str 128 string def
  218. FontDirectory { pop == } bind forall flush
  219. /filenameforall where { 
  220.  pop save (fonts/*) { 
  221.   dup length 6 sub 6 exch getinterval cvn == 
  222.  } bind str filenameforall flush restore
  223. } if 
  224. (*) = flush
  225. sv end restore
  226. "
  227. *End
  228.  
  229. *% Printer Messages (verbatim from printer):
  230. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  231. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  232. *Message: "\FontName\ not found, using Courier"
  233.  
  234. *% Status (format: %%[ status: <one of these> ]%%)
  235. *Status: "idle"
  236. *Status: "busy"
  237. *Status: "waiting"
  238. *Status: "printing"
  239. *Status: "warming up"
  240. *Status: "PrinterError: end of ribbon"
  241. *Status: "PrinterError: out of paper"
  242. *Status: "PrinterError: printer fault"
  243. *Status: "PrinterError: printer offline"
  244.  
  245. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  246. *Source: "serial9"
  247. *Source: "serial25"
  248. *Source: "AppleTalk"
  249. *Source: "Centronics"
  250.  
  251. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  252. *PrinterError: "end of ribbon"
  253. *PrinterError: "out of paper"
  254. *PrinterError: "printer fault"
  255. *PrinterError: "printer offline"
  256.  
  257. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  258.  
  259. *% Color Separation Information =====================
  260.  
  261. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  262.  
  263. *InkName: ProcessBlack/Process Black
  264. *InkName: CustomColor/Custom Color
  265. *InkName: ProcessCyan/Process Cyan
  266. *InkName: ProcessMagenta/Process Magenta
  267. *InkName: ProcessYellow/Process Yellow
  268.  
  269. *%  For 60 lpi / 300 dpi  ===============================
  270.  
  271. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  272. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  273. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  274. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  275. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  276.  
  277. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  278. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  279. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  280. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  281. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  282.  
  283. *%  For 53 lpi / 300 dpi  ===============================
  284.  
  285. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  286. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  287. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  288. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  289. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  290.  
  291. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  292. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  293. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  294. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  295. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  296.  
  297. *% end of PPD file for QMS ColorScript 100 Model 10
  298.